home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / games / dos / puzzles / amazera.com / AMAZE.DOC next >
Encoding:
Text File  |  1979-11-30  |  7.6 KB  |  159 lines

  1.                               ████████████████████
  2.                               ██                ██
  3.                               ██   AMAZEMENT    ██
  4.                               ██                ██
  5.                               ██  Version 2.00  ██
  6.                               ██                ██
  7.                               ████████████████████
  8.  
  9. ┌─────────────────────────────────────────────────────────────────────────────┐
  10. │ GENERAL                                                                     │
  11. └─────────────────────────────────────────────────────────────────────────────┘
  12.  
  13.     This amusing program draws mazes.  To run it, enter:
  14.  
  15.          AMAZE [/B]
  16.  
  17.  
  18.     The optional /B argument makes the program beep after mazes are completed. 
  19. You probably won't want this unless you draw extremely detailed mazes that take 
  20. a few minutes, and you want to be alerted when they're done. 
  21.  
  22.     When the program starts, it asks for the desired maze dimensions and 
  23. automatically adjusts for the type of graphics adapter you have.   Enter the 
  24. dimensions, or zero to quit.  If you enter nonzero dimensions, the program 
  25. draws the maze, and when done, waits for a keystroke.  Press any key to draw 
  26. another maze or quit.  That's all! 
  27.  
  28.     The larger the dimensions you enter, the more detailed the maze you'll 
  29. produce. Obviously, more detail requires more drawing time, but even with the 
  30. highest resolution, AMAZEMENT is pretty quick.  Our experience is that most 
  31. people can't find their way through mazes with dimensions greater than 50-100, 
  32. so higher resolution is a pretty moot point, though AMAZEMENT does support it. 
  33.  
  34.     To abort the program at any time, press Ctrl-C or Ctrl-Break. 
  35.  
  36.     FOR PARENTS:  Even if you're not a maze freak yourself, mazes are great for 
  37. keeping the kids occupied on long car trips.  For the young ones, we suggest 
  38. dimensions of 20 or less. 
  39.  
  40.     FOR PSYCHOLOGY STUDENTS:  This is just the thing to keep your white rats 
  41. from getting bored! 
  42.  
  43.     FOR GARDENERS:  If you've ever wanted to set up a hedge maze, AMAZEMENT 
  44. will get you started!
  45.  
  46. ┌─────────────────────────────────────────────────────────────────────────────┐
  47. │ PRINTING                                                                    │
  48. └─────────────────────────────────────────────────────────────────────────────┘
  49.  
  50.     To print mazes, you must have a dot matrix or laser printer and a program 
  51. to put the screen image on paper.  If you have an IBM compatible dot matrix 
  52. printer and a Color Graphics Adapter, you can use the program GRAPHICS.COM 
  53. that comes with DOS.  Simply enter GRAPHICS before running AMAZEMENT.  After 
  54. the maze is drawn, get your printer ready and press Shift-PrtSc (the "print 
  55. screen" key).  If you did everything right, you should get a nice paper 
  56. copy of the maze. 
  57.  
  58.     If you have another type of graphics adapter or printer, you'll need a 
  59. print screen program specifically written for your hardware.  There are a 
  60. number of good public domain programs that fit the bill.  Check your local 
  61. computer users' group or electronic bulletin board. 
  62.  
  63. ┌─────────────────────────────────────────────────────────────────────────────┐
  64. │ REQUIREMENTS                                                                │
  65. └─────────────────────────────────────────────────────────────────────────────┘
  66.  
  67.     You need the following to run AMAZEMENT:
  68.  
  69. ■ MS-DOS or PC-DOS, version 2.0 or later
  70. ■ IBM PC, PS/2, or compatible machine
  71. ■ Graphics adapter 
  72.  
  73. NOTES:
  74.  
  75. 1. AMAZEMENT supports the MCGA, Hercules(R) Graphics Card, Graphics Card Plus, 
  76. Incolor Card, and 100% compatibles.  However support for Hercules(R) & MCGA 
  77. adapters is experimental.  Individuals using AMAZEMENT with either of these 
  78. adapters are encouraged to forward any comments to the author. 
  79.  
  80. 2.  If you have a Hercules(R) card, you run the driver program MSHERC.COM 
  81. (supplied with this package) before using AMAZEMENT.  We recommend loading 
  82. MSHERC.COM as part of your AUTOEXEC.BAT file.  If you have both a Hercules(R) 
  83. monochrome card and a color video card, use the argument /H with MSHERC. 
  84.  
  85. ┌─────────────────────────────────────────────────────────────────────────────┐
  86. │ EXIT CODES                                                                  │
  87. └─────────────────────────────────────────────────────────────────────────────┘
  88.  
  89.     AMAZEMENT reports the following exit codes to DOS (you can use these with 
  90. the ERRORLEVEL function in batch files): 
  91.  
  92.     0  Normal termination
  93.     1  Operator aborted
  94.     2  Error occurred
  95.  
  96. ┌─────────────────────────────────────────────────────────────────────────────┐
  97. │ REVISION HISTORY                                                            │
  98. └─────────────────────────────────────────────────────────────────────────────┘
  99.  
  100. 1.00  Original program
  101. 1.01  Fine tuned code to make it smaller
  102.       Made dimension input more foolproof
  103. 1.02  Fixed exit message bug
  104. 1.10  Made beep upon maze completion an option vice default
  105. 2.00  Fixed bug that made program use only half of CGA screen
  106.       Added support for Hercules(R) & MCGA
  107.  
  108. ┌─────────────────────────────────────────────────────────────────────────────┐
  109. │ CREDITS                                                                     │
  110. └─────────────────────────────────────────────────────────────────────────────┘
  111.  
  112.    AMAZEMENT is a shareware program written in Microsoft C by Richard W. 
  113. Adams.  It is copyright 1990 by Richard W. Adams.  You may copy and distribute 
  114. AMAZEMENT freely, as long as you charge no fee other than a nominal one to 
  115. cover distribution costs.  If you like and use AMAZEMENT, a contribution would 
  116. be appreciated (suggestion:  $5.00).  Your contributions give shareware authors 
  117. the incentive to develop new programs and improve old ones.  Please send any 
  118. contributions or comments on AMAZEMENT to: 
  119.  
  120.  
  121.                            Richard W. Adams
  122.                            104 Willow Oaks Boulevard
  123.                            Hampton, VA  23669-1528
  124.  
  125.          ----------------end-of-author's-documentation---------------
  126.  
  127.                         Software Library Information:
  128.  
  129.                    This disk copy provided as a service of
  130.  
  131.                         The Public (Software) Library
  132.  
  133.          We are not the authors of this program, nor are we associated
  134.          with the author in any way other than as a distributor of the
  135.          program in accordance with the author's terms of distribution.
  136.  
  137.          Please direct shareware payments and specific questions about
  138.          this program to the author of the program, whose name appears
  139.          elsewhere in  this documentation. If you have trouble getting
  140.          in touch with the author,  we will do whatever we can to help
  141.          you with your questions. All programs have been tested and do
  142.          run.  To report problems,  please use the form that is in the
  143.          file PROBLEM.DOC on many of our disks or in other written for-
  144.          mat with screen printouts, if possible.  The P(s)L cannot de-
  145.          bug programs over the telephone.
  146.  
  147.          Disks in the P(s)L are updated monthly, so if you did not get
  148.          this disk  directly from the P(s)L,  you should be aware that
  149.          the files in this set may no  longer be the current versions.
  150.  
  151.          For a copy of the latest monthly software library newsletter
  152.          and a list of the 1,000+ disks in the library, call or write
  153.  
  154.                         The Public (Software) Library
  155.                               P.O.Box 35705
  156.                            Houston, TX 77235-5705
  157.                                (713) 665-7017
  158.  
  159.